home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / Ap-Az / AstroAlmanac2.cpt / Astro Almanac / background_2667.txt < prev    next >
Encoding:
Text File  |  1988-02-06  |  1017 b   |  53 lines

  1. -- background: 2667 from stack: in
  2. -- bmap block id: 3225
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Astro
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 8 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=256 top=295 right=318 bottom=281
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 1013 / 1013
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Next
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect wipe right slow
  30.   go to next card
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 9 (button)
  36. -- low flags: 00
  37. -- high flags: 0000
  38. -- rect: left=228 top=295 right=318 bottom=254
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1014 / 1014
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Prev
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual effect wipe left slow
  50.   go to prev card
  51. end mouseUp
  52.  
  53.